home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo.
- echo ╔══════════════════════════════════════╗
- echo ║ This batch file will print the ║
- echo ║ TP-ET.DOC to your printer. ║
- echo ║ there are no special printer codes so║
- echo ║ it should print on any printer. ║
- echo ║ The manual will take 10 sheets of ║
- echo ║ paper. Be sure you have enough ║
- echo ║ paper in your printer. Make sure ║
- echo ║ your paper is at Top of Form before ║
- echo ║ printing the manual. ║
- echo ║ Be sure TP-ET.DOC is on the same ║
- echo ║ Drive/Path as this batch file. ║
- echo ╚══════════════════════════════════════╝
- echo.
- echo.
- echo Press CTRL C if you are not ready to start.
- echo.
- pause
- echo Printing.................
- copy tp-et.man doc
- echo.
- echo Finished.................
-
-